+Sun Aug 02 22:58:00 1998 George Lebl <jirka@5z.com>
+
+ * gtk/gtkclist.c: draw the buttons during a "draw" as well,
+ this fixes a bug when the whole widget is made non-sesitive
+ the buttons weren't redrawn
+
Mon Aug 3 00:04:09 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (abort_column_resize): reset drag_pos after abort
+Sun Aug 02 22:58:00 1998 George Lebl <jirka@5z.com>
+
+ * gtk/gtkclist.c: draw the buttons during a "draw" as well,
+ this fixes a bug when the whole widget is made non-sesitive
+ the buttons weren't redrawn
+
Mon Aug 3 00:04:09 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (abort_column_resize): reset drag_pos after abort
+Sun Aug 02 22:58:00 1998 George Lebl <jirka@5z.com>
+
+ * gtk/gtkclist.c: draw the buttons during a "draw" as well,
+ this fixes a bug when the whole widget is made non-sesitive
+ the buttons weren't redrawn
+
Mon Aug 3 00:04:09 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (abort_column_resize): reset drag_pos after abort
+Sun Aug 02 22:58:00 1998 George Lebl <jirka@5z.com>
+
+ * gtk/gtkclist.c: draw the buttons during a "draw" as well,
+ this fixes a bug when the whole widget is made non-sesitive
+ the buttons weren't redrawn
+
Mon Aug 3 00:04:09 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (abort_column_resize): reset drag_pos after abort
+Sun Aug 02 22:58:00 1998 George Lebl <jirka@5z.com>
+
+ * gtk/gtkclist.c: draw the buttons during a "draw" as well,
+ this fixes a bug when the whole widget is made non-sesitive
+ the buttons weren't redrawn
+
Mon Aug 3 00:04:09 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (abort_column_resize): reset drag_pos after abort
+Sun Aug 02 22:58:00 1998 George Lebl <jirka@5z.com>
+
+ * gtk/gtkclist.c: draw the buttons during a "draw" as well,
+ this fixes a bug when the whole widget is made non-sesitive
+ the buttons weren't redrawn
+
Mon Aug 3 00:04:09 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (abort_column_resize): reset drag_pos after abort
+Sun Aug 02 22:58:00 1998 George Lebl <jirka@5z.com>
+
+ * gtk/gtkclist.c: draw the buttons during a "draw" as well,
+ this fixes a bug when the whole widget is made non-sesitive
+ the buttons weren't redrawn
+
Mon Aug 3 00:04:09 1998 Lars Hamann <lars@gtk.org>
* gtk/gtkclist.c (abort_column_resize): reset drag_pos after abort
{
GtkCList *clist;
gint border_width;
+ int i;
g_return_if_fail (widget != NULL);
g_return_if_fail (GTK_IS_CLIST (widget));
0, 0, -1, -1);
draw_rows (clist, NULL);
+
+ for (i = 0; i < clist->columns; i++)
+ {
+ gtk_widget_queue_draw (clist->column[i].button);
+ }
}
}